home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
ForCLI
/
msdos_30.lha
/
MSDOS_30
/
DOS6
/
DELTREE
< prev
next >
Wrap
AmigaDOS Script File
|
1994-10-24
|
263b
|
17 lines
.key dir
.bra {
.ket }
If Not Exists {dir}
Echo "Object not found"
Quit >NIL: 205
EndIf
Echo "This will erase everything in the dir: {dir}"
Ask "Are you sure (Y/N)? "
If WARN
Delete {dir} all quiet
If Exists {dir}.info
Delete {dir}.info quiet
EndIf
EndIf